Auto merge of #1746 - alexcrichton:less-git-operations, r=huonw
authorbors <bors@rust-lang.org>
Thu, 25 Jun 2015 16:04:52 +0000 (16:04 +0000)
committerbors <bors@rust-lang.org>
Thu, 25 Jun 2015 16:04:52 +0000 (16:04 +0000)
This enables libgit2 to not traverse the majority of the tree, saving a lot of
otherwise unnecessary syscalls.

For me this locally reduced the `cargo test` time of winapi-rs from 1.2s to 0.27s


Trivial merge